home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TFORM15 / TFORM15.txt
Encoding:
Text File  |  2002-04-04  |  1.1 KB  |  59 lines

  1. object Form15: TForm15
  2.   Left = 277
  3.   Top = 200
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Edit information'
  6.   ClientHeight = 73
  7.   ClientWidth = 356
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 6
  19.     Top = 14
  20.     Width = 39
  21.     Height = 13
  22.     Caption = 'Label1'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 48
  32.     Top = 11
  33.     Width = 297
  34.     Height = 21
  35.     TabOrder = 0
  36.     Text = 'Edit1'
  37.   end
  38.   object Button1: TButton
  39.     Left = 192
  40.     Top = 40
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object Button2: TButton
  49.     Left = 272
  50.     Top = 40
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     TabOrder = 2
  56.     OnClick = Button2Click
  57.   end
  58. end
  59.